-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cdk/a11y): FocusTrap deprecation docs don't render correctly #22137
fix(cdk/a11y): FocusTrap deprecation docs don't render correctly #22137
Conversation
d43751b
to
59969c5
Compare
Updated based on discussion in team meeting. |
- fix invalid usage of `@breaking-change` - update breaking change dgeni template to add 'or later' - fix a couple of API doc typos Relates to angular#18201. Relates to angular#22136.
59969c5
to
5f43efd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
@breaking-change
Relates to #18201. Relates to #22136.
Before
Tooltip: "Will be deleted in vfor 11.0.0 Remove this class."
After
Verified via
yarn build-docs-content
that it generates this output now:Questions
While this fixes the tooltip to render properly. It still states that the
FocusTrap
class will be removed inv11.0.0
, but that didn't happen and it may not be removed inv12.0.0
either. Should we update this (to what release?) or leave it as is?